Develop a small size software using C only for copying same data to multiple external drives simultaneously [on hold]

Posted by VSP on Programmers See other posts from Programmers or by VSP
Published on 2014-06-09T14:55:00Z Indexed on 2014/06/09 15:40 UTC
Read the original article Hit count: 194

Filed under:
|
|

I want to develop a software that can copy the same data to multiple external drives, simultaneously.

For example, consider a file Movie and I have 3 external drives to copy it to, and I want to copy Movie to all these 3 drives(these drives can be flash storage or external hard-disk or pen-drive etc. but have one thing in common, i.e. they are all external drives) at the same time, means when I right-click on Movie there has to be 1 option saying Copy to All Drives.

It's a sort of mini-project and I want to use C language only. For starting I would like it to work only on Windows OS.

What are the requirements of developing this software (not the system requirements but what will I need to develop such a software, like editor,compiler etc.)?

I know this type of software must have already been developed but I want to use C language and C Language only. So, is it possible to develop such a software?

© Programmers or respective owner

Related posts about c

    Related posts about gcc